body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "verdana" !important;
}
body *{
  font-family: "verdana";
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
/*header start*/
.header-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 30px 155px 35px 45px;
  box-shadow: 0px 0px 10px 0px rgba(9, 71, 145, 0.2);
}
.header-wrap .logo {
  max-width: 635px;
}
.header-wrap nav.navbar.bootsnav {
  flex: 1;
  min-height: 1px;
  margin-left: 2.25rem;
}
.header-wrap nav.navbar.bootsnav .header-tools {
  display: flex;
  width: 100%;
  justify-content: end;
  text-align: right;
}
.header-wrap nav.navbar.bootsnav .header-tools li {
  margin: 0 10px;
  display: inline-block;
}
.header-wrap nav.navbar.bootsnav .header-tools li a {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.header-wrap nav.navbar.bootsnav .header-tools li a:hover {
  color: #094791;
}
.header-wrap nav.navbar.bootsnav .header-tools li.search-trigger {
  cursor: pointer;
  margin-right: 0;
  max-width: 15px;
}
.header-wrap nav.navbar.bootsnav .nav-tools {
  width: 100%;
  display: flex;
  min-height: 60px;
  flex-direction: column;
  justify-content: space-between;
}
.header-wrap .header-btn {
  width: 155px;
  height: 100%;
  right: 0;
  top: 0;
  background-position: center center;
  background: linear-gradient(65deg, transparent 52px, #094791 0) center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap .header-btn img {
  margin-left: 30px;
  cursor: pointer;
  max-width: 35px;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(sinh2024_icon09.png) no-repeat center center;
  background-size: contain;
}
.up-search-box .search-box {
  background: #fff;
  border-bottom: 4px solid #094791;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.up-search-box .search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
.up-search-box .search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.up-search-box .search-box .s-btn:before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #374CE6;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.nav-down {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #004694 url(sinh2024_icon06.png) top center no-repeat;
  background-size: cover;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.nav-down.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.nav-down.active .nav-down-meun .meun-list {
  transform: translateY(0px);
  transition: 0.5s;
  opacity: 1;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(1) {
  transition-delay: 0.2s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(2) {
  transition-delay: 0.3s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(3) {
  transition-delay: 0.4s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(4) {
  transition-delay: 0.5s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(5) {
  transition-delay: 0.6s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(6) {
  transition-delay: 0.7s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(7) {
  transition-delay: 0.8s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(8) {
  transition-delay: 0.9s;
}
.nav-down.active .nav-down-meun .meun-list:nth-child(9) {
  transition-delay: 1s;
}
.nav-down .header-wrap {
  background: #094791;
  box-shadow: none;
  border-bottom: 1px solid #1e66bb;
  min-height: 125px;
}
.nav-down .header-wrap .nav-tools {
  min-height: 0 !important;
}
.nav-down .header-wrap .header-tools li a {
  color: #fff !important;
}
.nav-down .header-wrap .header-btn {
  background: linear-gradient(65deg, transparent 52px, #fff 0) center center;
}
.nav-down .nav-down-meun {
  padding: 10px 50px;
}
.nav-down .nav-down-meun .down-meun {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-down .nav-down-meun .meun-list {
  transform: translateY(100px);
  transition: 0.5s;
  opacity: 0;
}
.nav-down .nav-down-meun .meun-list h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.nav-down .nav-down-meun .meun-list .title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.nav-down .nav-down-meun .meun-list .title:after {
  content: '';
  pointer-events: auto;
  display: inline-block;
  width: 6px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 0;
}
@media (max-width: 767px) {
  .header-wrap .header-tools li {
    margin: 0 5px;
  }
  .header-wrap .header-tools .toggle {
    margin-left: 10px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-tools li a {
    font-size: 12px;
  }
  .header-wrap .header-tools li.lxwm {
    display: none;
  }
}
/*header start*/
/*nav start*/
nav.navbar.bootsnav {
  min-height: 52px;
  border: none;
  z-index: 1000;
  border-radius: 0;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: auto;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 20px;
  color: #333;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
  color: #094791 !important;
  font-weight: 400;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #004694 !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    background: transparent;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 30px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    padding: 0;
    text-align: right;
    white-space: nowrap;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: auto;
    top: 200%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 3px solid #094791;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: 1px solid #094791;
    color: #333 !important;
    font-size: 16px;
    white-space: nowrap;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu:after {
    content: '';
    border-bottom: 6px solid #094791;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: -9px;
    width: 0;
    transform: translateX(-50%);
  }
  .news-bg a.db .img-box img{
    min-height: 250px;
  }
  .index-video-box .img-box img{
    height:540px;
    object-fit:cover;
  }
}
@media (max-width: 1440px) {
  .header-wrap nav.navbar.bootsnav {
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .header-wrap .logo {
    display: none;
  }
  .header-wrap nav.navbar.bootsnav ul.nav {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    display: none;
  }
  .header-wrap .logo {
    display: block;
  }
}
/*nav end */
.index-video-box {
  padding: 70px 0 100px 0;
  position: relative;
}
.index-video-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-20deg) translateX(-20%);
  background: #6299db;
}
.index-video-box .swiper-button {
  background: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease 0.4s;
}
.index-video-box .swiper-button:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.index-video-box .banner-prev {
  left: -50px;
}
.index-video-box .banner-next {
  right: -50px;
}
.index-video-box .banner-prev:after {
  background: url(prev.png) center center no-repeat;
}
.index-video-box .banner-next:after {
  background: url(next.png) center center no-repeat;
}
.index-video-box:hover .banner-prev {
  left: 20px;
}
.index-video-box:hover .banner-next {
  right: 20px;
}
.index-video-box .img-box {
  max-height: 540px;
  overflow: hidden;
}
.index-video-box .img-box img {
  width: 100%;
}
.index-video-box .index-swiper-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 200px 20px 60px;
  background-image: linear-gradient(0deg, #030000 0%, transparent 100%);
}
.index-video-box .index-swiper-wrap a {
  color: #fff;
}
.index-video-box .banner-page {
  position: absolute;
  right: 25px;
  bottom: 20px;
  left: auto;
  z-index: 9;
  width: auto;
  color: #fff;
  font-family: Georgia;
  display: block;
  align-items: flex-end;
}
.index-video-box .banner-page .swiper-pagination {
  width: auto;
  position: initial;
  float: left;
}
.index-video-box .banner-page .swiper-pagination-current {
  font-size: 50px;
  line-height: 0;
}
.index-video-box .banner-page .swiper-pagination-total {
  font-size: 24px;
  line-height: 0;
}
.index-video-box .banner-page a {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.index-video-box .banner-page a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 20px;
}
@media (max-width: 1199px) {
  .index-video-box {
    padding: 50px 0;
  }
  .index-video-box .index-swiper-wrap {
    padding: 15px;
  }
  .index-video-box .index-banner-box a img {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .index-video-box .index-banner-box a img {
    min-height: 300px;
    object-fit: cover;
  }
  .index-video-box .banner-page {
    position: initial;
    margin-top: 20px;
    color: #333;
  }
  .index-video-box .banner-page a {
    color: #333;
  }
}
.public-wrap.pad60 {
  padding: 60px 0;
}
.public-wrap.news-bg {
  background: url(sinh2024_icon03.png) center center no-repeat;
  background-size: cover;
}
.public-wrap.faculy-bg {
  background: url(sinh2024_icon04.png) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .public-wrap.pad60 {
    padding: 50px 0;
  }
}
.news-bg a.db .img-box {
  max-height: 250px;
  overflow: hidden;
}
.news-bg a.db .img-box img {
  width: 100%;
  transition: all ease 0.5s;
}
.news-bg a.db .des {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  /* font-family: Arial-BoldMT; */
  padding: 20px 20px 0px 20px;
  transition: all ease 0.5s;
}
.news-bg a.db:hover {
  transform: translateY(5px);
}
.news-bg a.db:hover img {
  transform: scale(1.05);
}
.news-bg a.db:hover .des {
  color: #094791;
}
.news-bg li:nth-child(1) a {
  background: #f35867;
}
.news-bg li:nth-child(2) a {
  background: #f0b927;
}
.news-bg li:nth-child(3) a {
  background: #4ed8c0;
}
.news-bg li>a{
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .public-wrap.news-bg .row.mt40 .col-md-4 {
    margin-bottom: 30px;
  }
}
.faculy-bg .faculy-wrap {
  width: 100%;
  display: flex;
  padding: 35px 28px;
  background: #f3f7ff url(sinh2024_icon05.png) right bottom no-repeat;
  border-radius: 10px;
  overflow: hidden;
  min-height: 290px;
  transition: all ease 0.5s;
}
.faculy-bg .faculy-wrap .img-box {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 50%;
}
.faculy-bg .faculy-wrap .img-box img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.faculy-bg .faculy-wrap .img-box:after {
  content: '';
  display: inline-block;
  width: 135px;
  position: absolute;
  bottom: -35px;
  left: -15px;
  height: 135px;
  background: #c8e4ff;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.5s;
}
.faculy-bg .faculy-wrap .faculy-info {
  flex: 1;
  margin-left: 25px;
  max-width: 220px;
}
.faculy-bg .faculy-wrap .faculy-info a.db {
  font-size: 18px;
  line-height: 28px;
  color: #0467cc;
  font-weight: 700;
}
.faculy-bg .faculy-wrap .faculy-info .line {
  display: inline-block;
  width: 36px;
  height: 6px;
  background: #094791;
  margin: 15px 0;
  transition: all ease 0.6s;
}
.faculy-bg .faculy-wrap .faculy-info .des {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.faculy-bg .faculy-wrap .faculy-info .des a{
  display:none;
}
.faculy-bg .faculy-wrap:hover {
  background-color: #80c1ff;
}
.faculy-bg .faculy-wrap:hover .faculy-info .line {
  background: #fff;
}
.faculy-bg .faculy-wrap:hover .img-box:after {
  bottom: -15px;
  background: #cee0f2;
}
.shine .img-boxbs img {
  width: 100%;
}
.shine .about-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shine .about-title {
  /* font-family: Georgia; */
  font-size: 50px;
  line-height: 30px;
  color: #444444;
  font-weight: 700;
}
.shine .about-des {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  /* font-weight: 700; */
}
.shine .sing-more {
  text-align: left;
}
.shine .sing-more a {
  text-align: center;
}
@media (max-width: 991px) {
  .public-wrap.shine .img-boxbs {
    margin-top: 40px;
  }
}
.footer {
  padding: 40px 0 40px 0;
  background: #094791 url(sinh2024_icon06.png) center center no-repeat;
  background-size: cover;
}
.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-top p {
  margin-left: 45px;
}
.footer .footer-top p span {
  font-size: 17px;
  color: #ffffff;
  display: block;
}
.footer .footer-copy {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer .footer-copy {
    margin-top: 30px;
  }
  .footer .footer-top p {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.sinh-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.sinh-title.blue-title a {
  color: #094791;
}
.sinh-title.white-title a {
  color: #fff;
}
.sing-more {
  text-align: center;
}
.sing-more.blue-color a {
  background: #094791;
}
.sing-more.white-color a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.sing-more a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 15px 30px;
  min-width: 200px;
  border-radius: 30px;
}
.pi_contact{
  font-size: 16px;
}
@media (min-width: 1200px) and (max-width: 1440px){
  body{
    zoom:0.95;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .hc-mobile-nav h2 img{
    max-width: 50%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header-wrap nav.navbar.bootsnav .header-tools{
      display: block;
    }
  .index-video-box .banner-page{
    display:block;
  }
  .index-video-box .banner-page .swiper-pagination{
    float:left;
    position:relative;
    bottom:0;
  }
  .news-bg a.db .des{
    font-family:"verdana";
  }
}